<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
}
.news-item:last-child {
    border-bottom: none;
}
.news-item-title {
    float: left;
    font-size: 16px;
}
.news-item-date {
    float: right;
    font-size: 14px;
    color: #999999;
}
.promo-banner {
    width: 100%;
}
</pre></body></html>